home *** CD-ROM | disk | FTP | other *** search
- /*
- * TROUBLE script for Octopus when there are mistakes in the
- * normal (OCTOPUS.SCR) script found.
- * -------------------------------------------------------------------
- * Automatically loaded to keep the BBS online.
- * written by Koos Kuil somewhere in Juli 1996
- */
- Send "\fOctoScript contains some mistakes, sysop has only access\r\n\n"
- Login
- IfPrivilege Sysop
- Shell
- Else
- Send "\r\nBye Bye...Call back when the sysop has fixed the problems...\r\n"
- Endif
- Sleep 2
- Logout
-
- /* End of TROUBLE.SCR */